Open
Conversation
jacksonyzj
added a commit
that referenced
this pull request
Apr 23, 2026
Incorporates PR #461 (adrian-kahali): - Get Started restructure: welcome -> introduction, new top-level quickstart, updated docs.json sidebar - Configuration page: <Tip> blocks linking to related guides, expandable config snippet, cleaner prose - Environment setup: consolidated secrets + config explanations, better wording - Integrations: clearer intro, CLI section labelled - Conversations: <CodeGroup> for channel matching, <Tip> blocks for cross-references - AI execution: <Note> for LLMz reference, tighter phrasing - Tools: highlight annotations on code blocks Conflicts resolved in favor of keeping the audit fixes from this branch (correct default model order, ms units for idleTimeout, evals/ path, agent-steps screenshot, no trailing Cards, no standalone Dev console sections, "Botpress Cloud" wording, real CLI reference secrets table instead of placeholder link) while taking Adrian's <Tip>/<Note> block styling and structural improvements. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- configuration: move evals/ out of src/ in the project tree (evals live at the agent root, not under src/) - environment: remove duplicate standalone Dev console subsection under Configuration (image is already inlined above) - tools: drop src/tools/ from the lead-in since tools can live anywhere under src/ - tables: fix "Must with a letter" typo -> "Must start with a letter"
- evals: Eval import back to @botpress/runtime (it's exported from runtime/library.ts, not @botpress/adk; matches packages/lack/evals/*) - workflows: rename hyphenated workflow names to camelCase across create/steps/request-notify/evals/actions/knowledge/extract examples (generator emits unquoted keys in .adk/workflow-types.d.ts, so hyphenated names produce invalid TypeScript) - tables: drop `createdAt` from the OrderTable example (it's a reserved column per runtime/primitives/table.ts:320) - integrations: reconcile the Enable/Disable section so it no longer contradicts the CLI section about newly-added integrations being disabled by default
277cdf2 to
ae308cb
Compare
jacksonyzj
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.